c/c++ new與malloc的區別及使用時注意的問題 Malloc: 定義上:malloc memory allocation 動態內存分配 是c中的一個函數 使用方法: extern void *malloc(u ...